home *** CD-ROM | disk | FTP | other *** search
- inherited FBasicSubmit: TFBasicSubmit
- Left = 235
- Top = 173
- ActiveControl = EName
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Result Submission'
- ClientHeight = 377
- ClientWidth = 423
- Icon.Data = {<image000.ico>}
- Position = poScreenCenter
- OnClose = FormClose
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object BSend: TButton
- Left = 336
- Top = 8
- Width = 83
- Height = 25
- Caption = 'C&onnect'
- Default = True
- TabOrder = 1
- OnClick = BSendClick
- end
- object StatusBar: TStatusBar
- Left = 0
- Top = 358
- Width = 423
- Height = 19
- Panels = <
- item
- Width = 1000
- end>
- SimplePanel = False
- SizeGrip = False
- end
- object BDetails: TButton
- Left = 336
- Top = 296
- Width = 83
- Height = 25
- Caption = 'Show &Details'
- TabOrder = 4
- OnClick = BDetailsClick
- end
- object GroupBox1: TGroupBox
- Left = 6
- Top = 168
- Width = 321
- Height = 185
- Caption = 'Additional Information'
- TabOrder = 0
- object Label3: TLabel
- Left = 8
- Top = 84
- Width = 68
- Height = 13
- Caption = '&Email address:'
- end
- object Label5: TLabel
- Left = 8
- Top = 44
- Width = 31
- Height = 13
- Caption = '&Name:'
- end
- object Label6: TLabel
- Left = 8
- Top = 16
- Width = 295
- Height = 26
- Caption =
- 'By including your name and e-mail address you can keep track of ' +
- 'the results you'#39've sent to 3DMark database.'
- Transparent = True
- WordWrap = True
- end
- object Label8: TLabel
- Left = 8
- Top = 128
- Width = 269
- Height = 26
- Caption =
- 'Join 3DMark mailing list to firsthand information about 3D from ' +
- 'Futuremark.'
- Transparent = True
- WordWrap = True
- end
- object EEmail: TEdit
- Left = 8
- Top = 100
- Width = 297
- Height = 21
- TabOrder = 1
- end
- object EName: TEdit
- Left = 8
- Top = 60
- Width = 297
- Height = 21
- TabOrder = 0
- end
- object CbJoin: TCheckBox
- Left = 8
- Top = 160
- Width = 273
- Height = 17
- Caption = 'I &want to join the 3DMark mailing list'
- TabOrder = 2
- end
- end
- object BHelp: TButton
- Left = 336
- Top = 328
- Width = 83
- Height = 25
- Caption = '&Help'
- TabOrder = 5
- OnClick = BHelpClick
- end
- object BCancel: TButton
- Left = 336
- Top = 232
- Width = 83
- Height = 25
- Cancel = True
- Caption = '&Close'
- ModalResult = 2
- TabOrder = 2
- end
- object Animate: TAnimate
- Left = 352
- Top = 72
- Width = 48
- Height = 45
- Active = False
- CommonAVI = aviFindComputer
- StopFrame = 8
- Visible = False
- end
- object Bproxy: TButton
- Left = 336
- Top = 264
- Width = 83
- Height = 25
- Cancel = True
- Caption = '&Proxy'
- TabOrder = 3
- OnClick = BproxyClick
- end
- object HTTP: TAdvHTTP
- Port = 0
- TimeOut = 60000
- ReportLevel = 3
- OnConnect = HTTPConnect
- OnInvalidHost = HTTPInvalidHost
- OnHostResolved = HTTPHostResolved
- OnStatus = HTTPStatus
- OnConnectionFailed = HTTPConnectionFailed
- Body = 'Default.htm'
- Header = 'Head.txt'
- InputFileMode = False
- OutputFileMode = True
- OnSuccess = HTTPSuccess
- OnFailure = HTTPFailure
- ProxyPort = 0
- Left = 384
- Top = 128
- end
- end
-